home *** CD-ROM | disk | FTP | other *** search
- #define SGA_Dummy (TAG_USER + 0xA0000)
- #define SGA_Active (SGA_Dummy + 0x0001)
- #define SGA_Labels (SGA_Dummy + 0x0002)
- #define SGA_MinItems (SGA_Dummy + 0x0003)
- #define SGA_FullPopUp (SGA_Dummy + 0x0004)
- #define SGA_PopUpDelay (SGA_Dummy + 0x0005)
- #define SGA_PopUpPos (SGA_Dummy + 0x0006)
- #define SGA_Sticky (SGA_Dummy + 0x0007)
- #define SGA_TextAttr (SGA_Dummy + 0x0008)
- #define SGA_TextFont (SGA_Dummy + 0x0009)
- #define SGA_TextPlace (SGA_Dummy + 0x000A)
- #define SGA_Underscore (SGA_Dummy + 0x000B)
- #define SGA_Justify (SGA_Dummy + 0x000C)
- #define SGA_Quiet (SGA_Dummy + 0x000D)
- #define SGA_Symbol (SGA_Dummy + 0x000E)
- #define SGA_SymbolWidth (SGA_Dummy + 0x000F)
- #define SGA_SymbolOnly (SGA_Dummy + 0x0010)
- #define SGA_Separator (SGA_Dummy + 0x0011)
- #define SGA_ListFrame (SGA_Dummy + 0x0012)
- #define SGA_DropShadow (SGA_Dummy + 0x0013)
- #define SGA_ItemHeight (SGA_Dummy + 0x0014)
- #define SGA_ListJustify (SGA_Dummy + 0x0015)
- #define SGA_ActivePens (SGA_Dummy + 0x0016)
- #define SGA_ActiveBox (SGA_Dummy + 0x0017)
- #define SGA_BorderSize (SGA_Dummy + 0x0018)
- #define SGA_FullWidth (SGA_Dummy + 0x0019)
- #define SGA_FollowMode (SGA_Dummy + 0x001A)
- #define SGA_ReportAll (SGA_Dummy + 0x001B)
- #define SGA_Refresh (SGA_Dummy + 0x001C)
- #define SGA_ItemSpacing (SGA_Dummy + 0x001D)
- #define SGA_MinTime (SGA_Dummy + 0x001E) /* Min anim duration (40.14) */
- #define SGA_MaxTime (SGA_Dummy + 0x001F) /* Max anim duration (40.14) */
- #define SGA_PanelMode (SGA_Dummy + 0x0020) /* Window? Blocking? (40.14) */
- #define SGA_Transparent (SGA_Dummy + 0x0021) /* Transparent menu? (40.17) */
-
- CONST SGJ_LEFT=0,
- SGJ_CENTER=1,
- SGJ_RIGHT=2,
- SGPOS_ONITEM=0,
- SGPOS_ONTOP=1,
- SGPOS_BELOW=2,
- SGPOS_RIGHT=3,
- SGFM_NONE=0,
- SGFM_KEEP=1,
- SGFM_FULL=2,
- SGPM_WINDOW=0,
- SGPM_DIRECT_NB=1,
- SGPM_DIRECT_B=2,
- SGS_NOSYMBOL=$FFFFFFFF
-